@charset "utf-8";

html,body {
	font: 14px/1 "微軟正黑體", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	color: #333;
	background: #f9f9f9;
	min-width: 1200px;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color .3s linear, background-color .3s linear;
	transition: color .3s linear, background-color .3s linear;
}

a:hover {
	color: #018ACF;
	text-decoration: none;
	-webkit-transition: color .3s linear, background-color .3s linear;
	transition: color .3s linear, background-color .3s linear;
}

hr {
	margin: 5px 0;
}

.orange {
	background: #018ACF;
	border: 0;
	border-radius: 5px;
	padding: 10px 20px;
}

.orange:hover {
	border: 0;
	border-radius: 5px;
	padding: 10px 20px;
}

li {
	list-style: none;
}

#shownews h1 {
	line-height: 50px;
	padding: 25px 0;
/* color: #fff; */
	border: 0;
}

#shownews .editor {
	margin: 35px 0;
	line-height: 32px;
}

#shownews .editor div {
	text-indent: 25px;
}

.pshow dd {
/* display:none; */
}

.smallimg {
	text-align: center;
	margin: 0 auto;
}

#newslist li {
	border-bottom: 1px dotted #ddd;
	padding: 15px 0;
	background: none;
}

#newslist {
	padding: 20px 0px;
}

#newslist li span {
    /* color: #FFE191; */
	color: #333;
	border-right: 1px solid #ddd;
	padding-right: 30px;
	margin-right: 30px;
	float: left;
	height: 60px;
	line-height: 50px;
}

#newslist li {
	padding: 10px 25px 25px 25px;
/* background: #f1f1f1; */
	margin-bottom: 15px;
}

#newslist li img {
	display: none;
}

#newslist li a {
	margin-left: 0px;
	font-size: 16px;
	display: block;
}

#sidebar_pro {
}

#sidebar_pro dl {
}

#sidebar_pro dd {
	background: #f5f5f5;
	margin-bottom: 1px;
	padding: 10px 15px;
	display: block;
}

#sidebar_pro dd:hover {
	background: #004D8F;
}

#sidebar_pro dd:hover a {
	color: #fff;
}

#sidebar_pro dd P {
	line-height: 15px;
	font-weight: none;
}

#sidebar_pro dd a {
	display: block;
}

#sidebar_pro dt {
}



/*头部*/

.inner {
	width: 1200px;
	margin: 0 auto 0px;
	position: relative;
/* overflow: hidden; */
}

header {
	background: #fff;
	zoom: 1;
/* height: 180px; *//* overflow: hidden; */
	clear: both;
	position: relative;
}

header .inner {
	position: initial;
}

header .top-logo {
	float: left;
	height: 140px;
	width: 680px;
	overflow: hidden;
}

.xgtj {
	overflow: hidden;
	margin-bottom: 30px;
	margin-left: 319px;
}

.xgtj h2 {
	font-size: 18px;
	font-weight: 200;
	line-height: 40px;
	border-bottom: 1px #666666 dashed;
	color: #666666;
}

.xgtj ul {
	overflow: hidden;
	margin-top: 20px;
}

.xgtj ul li {
	width: 220px;
	margin-right: 55px;
	float: left;
}

.xgtj ul li .pic {
	overflow: hidden;
}

.xgtj ul li img {
	display: block;
	width: 220px;
	height: 165px;
	transition: all .5s;
}

.xgtj ul li p {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	border: 1px #eeeeee solid;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

header #web_logo {
	float: left;
}

header .txt {
	float: left;
	line-height: 35px;
	margin-top: 37px;
	margin-left: 10px;
}

header .txt h1 {
	font-size: 30px;
	font-weight: normal;
	color: #47AC44;
	width: 470px;
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
}

header .txt h3 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	width: 449px;
	background: #f5f5f5;
	text-align: center;
	border-radius: 5px;
	padding: 0px;
	line-height: 30px;
	height: 30px;
	margin-top: 5px;
	border: 1px solid #eee;
}

header .tel {
	float: right;
	margin-top: 34px;
	color: #666;
	line-height: 23px;
	overflow: hidden;
	border-right: 1px dotted #ccc;
	padding-right: 20px;
	margin-right: 5px;
	text-align: right;
}

header .ico {
	width: 100px;
	float: right;
	margin-top: 53px;
}

header .ico a {
	margin-left: 15px;
}

header .tel a {
	color: #999;
}

header .tel a {
	margin: 0 6px;
}

header .right {
	float: right;
/* position: relative; */
	width: 515px;
	z-index: 999;
}

#web_logo {
	margin-left: 0;
	font-size: 0px;
	position: relative;
	z-index: 999;
}

.top-nav {
/* color: #fff; *//* right: 0; *//* top: 0px; */
	z-index: 1;
	font-size: 14px;
/* position: absolute; *//* text-align:right; *//* overflow: hidden; */
	height: 27px;
	line-height: 27px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-top: 4px solid #CD9933;
}

.top-nav li {
	display: inline-block;
	width: 49%;
}

.top-nav a {
	color: #fff;
}

.top-nav a:hover {
	color: #fff;
}

.top-nav li.t {
	text-align: left;
}

.top-nav li.b {
	text-align: center;
	float: right;
	width: 390px;
	color: #fff;
	background: url(../images/bg_topright_1.jpg) no-repeat center -1px;
}

.top-nav li.b span {
	margin: 0 10px;
}

.top-nav li.t span {
	padding: 0px 15px;
	font-size: 10px;
}

.top-logo {
	_height: 100px;
/* height: 138px; *//* width: 138px; *//* float: left; */
	margin: 0 auto;
}

nav {
	height: 40px;
	background: none;
	z-index: 99999;
	width: 100%;
	overflow: hidden;
	display: block;
}

nav .line {
	border-left: 1px solid #fff;
	height: 50px;
	float: left;
}

nav .list-none {
	padding-left: 0;
}

nav .inner {
}

nav ul li {
	float: left;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: none;
}

nav ul li a {
	color: #E9DA82;
	display: block;
	font-size: 16px;
}

nav ul li a:hover {
	color: #fff;
}

nav ul li.line {
	width: 1px;
	height: 25px;
	padding: 0px;
	margin-top: 10px;
	border-left: 0;
	background: none;
	border-right: 0px solid #fff;
}

nav ul li.hover,nav ul li.navdown {
/* background: #64F560; */
}

nav ul li.hover a,nav ul li.navdown a {
	color: #E9DA82;
	font-weight: bold;
}

nav ul li.hover a:hover,nav ul li.navdown a:hover {
	background: #333;
	color: #fff;
}

.met_flash {
	margin-top: 0;
	font-size: 0px;
	background: url(../images/bg_banner.jpg) no-repeat center bottom;
	overflow: hidden;
	width: 100%;
	text-align: center;
	max-height: 460px;
}

.met_flash ul {
	margin: 0px;
	padding: 0px;
}

nav ul li {
	float: left;
	background: #47AC44;
/* position:relative; *//* border-radius:5px; *//* border-left: 1px solid #fff; */
}

nav ul li span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #ccc;
	font-weight: normal;
}

nav ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
	height: 40px;
	font-weight: normal;
}

nav ul li a:hover {
	color: #fff;
}

nav ul li.hover {
	background: #22303C;
}

nav ul li.navdown span {
	color: #fff;
}

nav ul li.nownavs {
	display: block;
}

nav ul li.hover a,nav ul li.navdown a {
	display: block;
	font-weight: normal;
	background: none;
	color: #fff;
}

nav ul li.navdown a:hover {
	color: #fff;
	background: none;
	font-weight: bold;
}

nav ul li.hover dl {
	display: block;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

nav ul li dl {
	position: relative;
	background: url(../images/nav_on.png);
	display: none;
	top: 180px;
	position: absolute;
	background: #22303C;
	width: 100%;
	min-height: 175px;
	margin: 0 auto;
	left: 0;
	z-index: 1000;
/* top: initial; *//* opacity: 0.9; */
	padding: 30px 0;
	animation: mymove 0.3s infinite;
	-moz-animation: mymove 0.3s infinite;
 /* Firefox */
	-webkit-animation: mymove 0.3s infinite;
 /* Safari and Chrome 播放速度 */
	-o-animation: mymove 0.3s infinite;
 /* Opera */
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
 /* Safari 和 Chrome播放次数 */
}

.mydiv {
	animation: mymove 0.5s infinite;
	-moz-animation: mymove 0.5s infinite;
 /* Firefox */
	-webkit-animation: mymove 0.5s infinite;
 /* Safari and Chrome 播放速度 */
	-o-animation: mymove 0.5s infinite;
 /* Opera */
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
 /* Safari 和 Chrome播放次数 */
}

@keyframes mymove {

	from {
		top: 180px;
		filter: alpha(opacity=0);
		-moz-opacity: 0.1;
		-khtml-opacity: 0.1;
		opacity: 0.1;
	}

	to {
		top: 180px;
	}
}

@-moz-keyframes mymove /* Firefox */ {

	from {
		top: 180px;
		filter: alpha(opacity=0);
		-moz-opacity: 0.1;
		-khtml-opacity: 0.1;
		opacity: 0.1;
	}

	to {
		top: 180px;
	}
}

@-webkit-keyframes mymove /* Safari and Chrome 移动位置 */ {

	from {
		top: 180px;
		filter: alpha(opacity=0);
		-moz-opacity: 0.1;
		-khtml-opacity: 0.1;
		opacity: 0.1;
	}

	to {
		top: 180px;
	}
}

@-o-keyframes mymove /* Opera */ {

	from {
		top: 180px;
		filter: alpha(opacity=0);
		-moz-opacity: 0.1;
		-khtml-opacity: 0.1;
		opacity: 0.1;
	}

	to {
		top: 180px;
	}
}

nav ul li dl .subnav {
	float: right;
	width: 680px;
	padding-top: 40px;
}

nav ul li dl .subnav dd {
	float: left;
	margin-right: 0;
	border: 0;
	background: none;
	width: 25%;
	margin-bottom: 0;
	text-align: left;
}

nav ul li dl .pic {
	float: left;
	width: 460px;
	text-align: left;
}

nav ul li dl .pic p {
	color: #999;
	line-height: 23px;
}

nav ul li dl .pic img {
	width: 160px;
	border: 0px solid #ccc;
	background: #fff;
	padding: 5px;
	height: 110px;
	float: left;
	margin-right: 20px;
}

nav ul li dl h2 {
	color: #ccc;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: normal;
	border-left: 2px solid #ccc;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

nav .mydiv a {
	font-size: 14px;
	font-weight: normal;
	color: #ccc;
	height: initial;
}

nav ul li dl dd {
	border: 2px solid #fff;
	border-radius: 5px;
	margin: -2px;
}

nav li {
	background: #ccc;
}

/**

nav li:nth-of-type(1){ background:#2E8FDE;}

nav li:nth-of-type(2){ background:#A9C826;}

nav li:nth-of-type(3){ background:#FF9867;}

nav li:nth-of-type(4){ background:#DCBB47;}

nav li:nth-of-type(5){ background:#30B540;}

nav li:nth-of-type(6){ background:#FB828B;}



nav li:nth-of-type(1) dd{background:#2E8FDE;}

nav li:nth-of-type(2) dd{background:#A9C826;}

nav li:nth-of-type(3) dd{background:#FF9867;}

nav li:nth-of-type(4) dd{background:#DCBB47;}

nav li:nth-of-type(5) dd{background:#30B540;}

nav li:nth-of-type(6) dd{background:#FB828B;}

**/



.met_page {
}

.pro_rel_tit {
	margin: 30px 0 5px;
	font-size: 16px;
	border-bottom: 2px solid #FF9F00;
	padding: 10px 0;
}

.pro_news li {
	border-bottom: 1px dotted #999;
	line-height: 40px;
}

.pro_news ul {
	margin: 0;
	padding: 0;
}

.pro_news li span {
	float: right;
}

h4.pro_rel_tit {
}

.pro_rel li {
	display: inline-block;
	width: 33%;
	text-align: center;
	margin-top: 10px;
}

.pro_rel li img {
	border: 2px solid #999;
	width: 265px;
	height: 265px;
}

.met_page li {
	display: inline-block;
	width: 50%;
}

.met_page .preinfo {
	text-align: left;
}

.met_page p {
	display: inherit;
	padding: 2px 10px;
}

.met_page .pret {
	margin-right: 0px;
	background: #f0f0f0;
	color: #666;
}

.met_page .nextinfo {
	text-align: right;
}

/*自定义banner开始*/

/* flexslider */

.flexslider {
	width: 100%;
	position: relative;
	background: url(../images/loading_1.gif) 50% no-repeat;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: left;
	max-height: 800px;
	overflow: hidden;
}

.keyword {
	background: #f9f9f9;
	padding: 0px 0;
	margin: 0px 0;
}

.keyword .l {
	float: left;
	line-height: 30px;
}

.flexslider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.slides ul li a {
	display: block;
	width: 100%;
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	background-size: 100%;
}

.slides li a {
	display: block;
	width: 100%;
}

.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
/* padding-left:20px; */
	display: none;
}

.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/dot_1.png) right CENTER no-repeat;
	cursor: pointer;
}

.flex-control-nav .flex-active {
	background-position: 0 0;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 44%;
}

.flex-direction-nav li {
	list-style: none;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(../images/prev_1.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(../images/next_1.png) center center no-repeat;
}

/*自定义banner结束*/



.jianzheng {
	background: url(../images/jianzheng_bg_1.png) no-repeat -44px bottom;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.jianzheng .pic {
	margin-right: 20px;
	float: left;
}

.jianzheng .cont {
	float: left;
	width: 270px;
}

.jianzheng .cont h1 {
	font-size: 16px;
	line-height: 42px;
}

.jianzheng .cont span a {
	color: #FF7E00;
}

.jianzheng li {
	display: inline-block;
	width: 50%;
	float: left;
}

.jjry {
}

.jjry h1 {
	color: #018ACF;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin-bottom: 30px;
}

.jjry h1 span {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin-left: 10px;
}

.jjry .more {
}

.jj {
	width: 720px;
	float: left;
	font-size: 12px;
}

.ry {
	width: 430px;
	float: right;
	background: url(../images/line_bg_1.jpg) no-repeat;
	padding-left: 25px;
	min-height: 360px;
}

.zixun2 {
	background: url(../images/zixun2_bg.jpg) no-repeat center center;
}

.zixun2 img {
	display: block;
}

.indexbox_5 h3 {
	color: #ED610C;
	font-size: 16px;
/* border-bottom:1px solid #ccc; */
	padding: 10px 10px;
	margin-bottom: 0;
/* background-color: white; */
	background: #eee;
	font-weight: bold;
	text-indent: 65px;
	position: relative;
/* border-radius: 5px 5px 0 0; */
}

.indexbox_5 h3 span {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin-left: 10px;
	display: none;
}

.indexbox_5 .r h3 span {
	color: #fff;
	display: none;
}

.indexbox_5 .more {
	line-height: 35px;
}





/* lunbo */



div.orbit-wrapper {
	position: relative;
	overflow: visible;
	width: 1100px;
	height: 300px;
}

div.orbit {
	position: relative;
	overflow: hidden;
}

div.orbit span {
	display: none;
}

div.orbit a img {
	position: absolute;
	display: block;
	width: 194px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.5);
	padding: 3px;
	border: #ccc 1px solid;
	background: #fff;
}

div.orbit-wrapper h4 {
	display: none;
}

div.timer {
	display: none;
}

div.slider-nav {
	display: block;
}

div.slider-nav span {
	width: 40px;
	height: 120px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 100;
	top: 110px;
	cursor: pointer;
	text-indent: -9999px;
}

div.slider-nav span.right {
	right: 15px;
	background: url(../images/slider_right.jpg);
}

div.slider-nav span.left {
	left: -50px;
	background: url(../images/slider_left.jpg);
}

div.slider-nav span.right:hover {
	background: url(../images/slider_right.jpg) bottom;
}

div.slider-nav span.left:hover {
	background: url(../images/slider_left.jpg) bottom;
}



/*产品*/

#showimg h1.title {
	padding: 10px 0 0px;
	text-align: left;
	position: relative;
	top: 0;
	float: right;
	width: 320px;
}

.imgparalist li {
	border-bottom: 1px dotted #ccc;
	padding: 13px 15px 13px;
	overflow: hidden;
}

.spic {
	margin-right: 5px;
}

.spic a img {
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	border: 0px;
}

.spic a:hover {
	font-size: 9px;
}

.spic a:hover img {
	-moz-opacity: 0.5;
	filter: alpha(opacity=100);
	cursor: hand;
}

#view_bigimg {
	display: block;
	margin: 0px auto;
	font-size: 0px;
}

.smallimg {
	margin-top: 5px;
}

.smallimg {
	height: 65px;
	text-align: center;
	padding-top: 5px;
/* background: #eee; */
}

.spic img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	box-shadow: 0 2px 5px 0px #ddd,inset 0 0px 0px 0px #ccc;
}

.spic a:focus img {
	border: 1px solid #ED600B;
	padding: 3px;
}

#showimg .imgshow {
	float: left;
}

.imgparalist {
	width: 320px;
	float: right;
}





/*首页图片滚动*/

#gla {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	height: 404px;
}

.bac {
	position: absolute;
	bottom: 0;
	left: 50px;
}

#gla_box {
	width: 1100px;
	margin: auto;
}

.gla_inbox {
	overflow: hidden;
	position: relative;
	padding: 10px 0 0;
}

.gla_inbox p {
	text-indent: 1em;
	font-size: 14px;
	width: 100%;
	color: #FFFFFF;
	/* line-height: 30px; */
	font-weight: normal;
	/* background: #000000; */
}

.gla_inbox a {
	padding: 0;
	display: block;
	position: absolute;
	top: 295px;
	left: 0;
	width: 100%;
	font-size: 14px;
	background: #830B17;
	color: #FFF;
	font-weight: bold;
	opacity: 0.7;
	text-align: center;
	bottom: 7px;
	/* text-indent: 10px; */
}

.gla_inbox img {
	border-radius: 0;
	width: 100%;
	height: 100%;
}

.roundabout-holder {
	height: 404px;
	width: 1100px;
}

.roundabout-moveable-item {
	display: block;
	height: 300px;
	width: 500px;
	;

	cursor: pointer;
}

.roundabout-in-focus {
	cursor: auto;
}





/*tabbox*/



.tab_menu {
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #0093DD;
}

.tab_menu li {
	width: 128px;
	float: left;
	height: 40px;
	line-height: 46px;
	padding-bottom: 5px;
	color: #fff;
	background: #999;
	text-align: center;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
	margin-right: 10px;
}

.tab_menu li.current {
	color: #fff;
	font-size: 20px;
/* background:#fff; */
	text-align: center;
	border-radius: 10px 10px 0 0;
	background: #0093DD;
}

.tab_menu li a {
	color: #fff;
	text-decoration: none;
}

.tab_menu li.current a {
	color: #fff;
	font-weight: bold;
}

.tab_box {
	padding: 0;
}

.tab_box li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.tab_box li span {
	margin: 0 5px 0 0;
	font-size: 12px;
	font-weight: 400;
	color: #ddd;
}

.tab_box .hide {
	display: none;
}











/*案列*/

#Index {
	Z-INDEX: 1;
	MARGIN: 50px auto 0px;
	WIDTH: 960px;
	HEIGHT: auto;
}

#Index .style {
	Z-INDEX: 99;
	WIDTH: 150px;
	BOTTOM: 0px;
	DISPLAY: block;
	BACKGROUND: url(../images/icon_f_1.png) no-repeat right bottom;
	FLOAT: right;
	HEIGHT: 172px;
	RIGHT: 0px
}

#Index_Box {
	POSITION: relative;
	MARGIN: 30px auto 20px;
	WIDTH: 1100px;
	HEIGHT: 350px;
}

#Index_Box UL {
	POSITION: relative;
	WIDTH: 1100px;
	HEIGHT: 400px;
}

#Index_Box UL h1 {
	text-align: center;
	background: #830B17;
	opacity: 0.7;
	width: 100%;
	margin-top: -32px;
	height: 32px;
	line-height: 32px;
	position: relative;
}

#Index_Box LI {
	Z-INDEX: 0;
	POSITION: absolute;
	LIST-STYLE-TYPE: none;
	WIDTH: 0px;
	BACKGROUND: #787878;
	HEIGHT: 0px;
	OVERFLOW: hidden;
	TOP: 146px;
	CURSOR: pointer;
	LIST-STYLE-IMAGE: none;
	LEFT: 377px;
}

#Index_Box LI IMG {
	WIDTH: 100%;
	BACKGROUND: url(../images/loading_1.gif) no-repeat center 50%;
	HEIGHT: 100%;
	VERTICAL-ALIGN: top
}

#Index_Box .prev {
	DISPLAY: block
}

#Index_Box .next {
	DISPLAY: block
}

#Index_Box .prev {
	Z-INDEX: 100;
	OVERFLOW: hidden;
	CURSOR: pointer
}

#Index_Box .next {
	Z-INDEX: 100;
	OVERFLOW: hidden;
	CURSOR: pointer
}

#Index_Box .prev {
	POSITION: absolute;
	WIDTH: 80px;
	BACKGROUND: url(../images/next_1.png) 0px 0px;
	HEIGHT: 120px;
	TOP: 100px;
	LEFT: 0;
}

#Index_Box .next {
	POSITION: absolute;
	WIDTH: 80px;
	BACKGROUND: url(../images/next_1.png) -80px 0px;
	HEIGHT: 120px;
	TOP: 100px;
	RIGHT: 0;
}

/*首页*/



.but_nav {
	padding: 40px 0;
    /* background: url(../images/bg_1.jpg) no-repeat center -225px; */
    /* margin-top: -500px; */
    /* position: relative; */
    /* z-index: 100; */
    /* margin-bottom: 0; */
    /* height: 500px; */
}

.prolist li {
	width: 180px;
}

.but {
	margin-top: 20px;
}

.but_nav .prolist li {
	background: #fff;
	width: 185px;
	height: 300px;
	margin-right: 19px;
	list-style: none;
	overflow: initial;
}

.but_nav .prolist li img {
	margin-top: 70px;
}

.but_nav .prolist ul {
	width: 1030px;
	overflow: visible;
}

.prolist ul {
	overflow: hidden;
}

.but li {
	list-style: none;
}

.but ul {
	width: 1009px;
	overflow: hidden;
}

.but_nav UL {
	padding: 0;
	width: 1015px;
	margin: 0;
	overflow: hidden;
}

.but_nav li {
	float: left;
    /* width: 20%; */
	margin-bottom: 0px;
	margin-right: 9px;
	position: relative;
}

.but_nav li h1 {
	position: absolute;
	background: url(../images/h1.png);
	width: 186px;
	height: 45px;
	top: 30px;
	left: -10px;
	line-height: 33px;
	z-index: 200;
	color: #fff;
	text-indent: 20px;
}

.but_nav .hi-icon {
/* line-height: 80px; */
	font-weight: bold;
}

.but_nav i {
	height: 63px;
	display: block;
}

.but_nav a {
}

.but_nav p {
	line-height: 0px;
	text-align: center;
	position: absolute;
	background: #00479C;
	width: 185px;
	height: 270px;
	top: 0;
	opacity: 0.6;
	padding-top: 30px;
	z-index: 100;
	overflow: hidden;
	display: none;
}

.but_nav .prolist li:hover p {
	display: block;
}

.but_nav p a {
	display: block;
}

.but_nav .hi-icon p {
	font-size: 14px;
	color: #F77C03;
	margin-top: 10px;
	font-weight: normal;
}

.index {
/* display:none; */
}

.links h2 {
	text-align: center;
	margin: 30px 0;
	color: #ED610C;
	font-size: 20px;
	font-weight: normal;
}

.inner h2 span {
	display: block;
	color: #999;
	font-size: 16px;
	margin-top: 20px;
	font-weight: normal;
}

.links h2 a {
	border-bottom: 2px solid #ED610C;
	line-height: 30px;
	margin: 40px 0;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 30px;
}

.index .l {
	float\: l;
	float: left;
}

.index .r {
	float: right;
}

.indexbox_1 {
	padding-top: 20px;
	padding-bottom: 60px;
	background: #1B2936;
	margin-top: 0;
	color: #fff;
}

.indexbox_1 span {
	width: 100%;
	text-align: center;
	margin: 50px 0 0;
	display: block;
	font-size: 30px;
	font-weight: normal;
}

.indexbox_1 img {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
}

.indexbox_1 img:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	transform: scale(1.05);
	-ms-transform: scale(1.05);
 	/* IE 9 */
	-moz-transform: scale(1.05);
 	/* Firefox */
	-webkit-transform: scale(1.05);
 /* Safari 和 Chrome */
}

.indexbox_1 .inner {
	margin-top: -154px;
	position: relative;
	z-index: 100;
	margin-bottom: 0;
}

.indexbox_1 p {
	width: 230px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	color: #999;
	padding: 10px 20px;
    /* height: 50px; */
	line-height: 20px;
	font-size: 12px;
}

.indexbox_1 b {
	display: block;
	font-size: 14px;
	color: #1B2936;
}

.indexbox_1 li {
	float: left;
	width: 25%;
	text-align: center;
	width: 270px;
	margin: 0 15px;
}

.indexbox_1 li .pic {
	height: 120px;
	overflow: hidden;
}

.indexbox_1 h2 {
	padding: 8px 0px 8px 60px;
	font-weight: bold;
	font-size: 16px;
	margin-top: 0;
	background: url(../images/subnavli_1.png) no-repeat left center;
	border-radius: 6px;
	margin-bottom: 10px;
}

.indexbox_1 .sub {
	background: none;
	text-indent: 20px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.indexbox_1 .sub h4 {
	font-weight: normal;
    /* border-top: 1px solid #E6F6E9; */
	padding: 12px 0px 12px 40px;
	background: url(../images/dt-0_1.gif) no-repeat 34px center;
}

.indexbox_1 .sub h4 a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.indexbox_1 .cont {
	text-align: center;
    /* margin-bottom: 60px; */
}

.indexbox_1 .l {
	background: none;
	width: 255px;
	border-radius: 10px 10px 0 0;
	padding-top: 66px;
}

.indexbox_1 .l h1 {
	font-size: 24px;
	color: #fff;
	text-align: center;
	height: 73px;
	padding-top: 10px;
    /* background: url(../images/bg_subnav.png); */
}

.indexbox_1 .l h1 span {
	font-size: 14px;
	display: block;
}

.indexbox_1 .l li {
	list-style: none;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
	margin-top: 0;
	background: none;
}

.indexbox_1 .l li a {
	display: block;
}

.indexbox_1 .l li:hover {
}

.indexbox_1 .l ul {
	padding: 15px;
	margin: 0;
	background: #018ACF;
}

.indexbox_1 .r {
	width: 920px;
	overflow: hidden;
}

.indexbox_1 .r .prolist {
	overflow: hidden;
	width: 940px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.indexbox_1 .r .prolist li:nth-child(1) {
	width: 100%;
	float: none;
	margin-bottom: 10px;
	height: 455px;
}

.indexbox_1 .r .topone {
	display: none;
}

.indexbox_1 .r .prolist li:nth-child(1) .topone {
	display: block;
}

.indexbox_1 .r .prolist li:nth-child(1) h1 {
	display: none;
}

.indexbox_1 .r .prolist li:nth-child(1) .pic {
	float: left;
	width: 450px;
	height: 414px;
}

.indexbox_1 .r .prolist li:nth-child(1) .pic img {
	width: 100%;
	height: inherit;
}

.indexbox_1 .r .prolist li:nth-child(1) .topone {
	float: right;
	width: 450px;
	text-align: left;
}

.indexbox_1 .r .prolist li:nth-child(1) .topone p {
	font-size: 16px;
	line-height: 53px;
}

.indexbox_1 .r .prolist li:nth-child(1) .topone span {
	border-top: 2px solid #ccc;
	display: block;
	margin-top: 20px;
	text-align: center;
	padding-top: 20px;
}

.indexbox_1 .r .prolist li:nth-child(1) .topone h3 {
	font-size: 25px;
	color: #018ACF;
	line-height: 40px;
	padding: 20px 0;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}

.indexbox_1 .r .prolist h1 {
	margin: 0 auto;
}

.indexbox_1 .r .prolist h1 a {
	display: block;
	background: #666;
	width: 150px;
	text-align: center;
	margin: -26px auto 0;
	color: #fff;
	line-height: 32px;
	position: relative;
	font-weight: normal;
	box-shadow: 0px 5px 10px #999;
}

.indexbox_1 .r .prolist ul {
	width: 910px;
}

.indexbox_1 .r .tit {
	line-height: 31px;
	font-size: 15px;
	border-bottom: 2px solid #CF2F39;
	margin-bottom: 18px;
	font-weight: bold;
	text-indent: 20px;
	background: url(../images/index_1_tit.png) no-repeat left;
}

.more {
	font-size: 12px;
	float: right;
	line-height: 40px;
}

.indexbox_1 .r .prolist li {
	list-style: none;
	float: left;
	margin-right: 10px;
	width: 222px;
	margin-bottom: 7px;
	height: inherit;
	text-align: center;
	height: 238px;
}

.indexbox_1 .r li .pic img {
	border: 2px solid #ccc;
	width: 218px;
	height: 210px;
}

.indexbox_1 .r li .pic {
	padding: 0;
	border: 0;
	margin: 0;
}

.indexbox_2 {
	background: url(../images/about_bg.jpg) no-repeat center top;
	text-align: center;
	display: block;
}

.indexbox_2 p img {
	margin: 0;
	padding: 0;
	display: block;
}

.indexbox_3 {
	background: #EEEEEE url(../images/plistbg_1.png) no-repeat center center;
	overflow: hidden;
	padding: 40px 0 90px;
	background: #eee;
}

.indexbox_3 .pro_ys {
	height: 556px;
}

.indexbox_3 .pro_ys h2 {
	color: #fff;
	text-align: left;
	font-size: 24px;
	margin: 70px 0 10px;
	font-weight: bold;
}

.indexbox_3 .pro_ys h2 span {
	margin-top: 0px;
	color: #fff;
}

.indexbox_3 .pro_ys ul {
	margin: 0;
	padding: 0;
}

.indexbox_3 .pro_ys li {
	float: left;
	background: #fff;
	width: 50%;
	display: block;
	height: 278px;
}

.indexbox_3 .pro_ys .fl {
	float: left;
	width: 220px;
	height: 278px;
	padding: 0 40px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.indexbox_3 .pro_ys .fr {
	float: right;
	width: 220px;
	height: 278px;
	padding: 0 40px;
	color: #fff;
	position: absolute;
	bottom: 35px;
	right: 0;
}

.indexbox_3 .pro_ys p {
	font-size: 16px;
	opacity: 0.7;
}

.indexbox_3 .pro_ys span p {
	font-size: 14px;
	line-height: 24px;
}

.indexbox_3 .pro_ys li:nth-of-type(1) {
	background: url(../images/ys1_1.png) no-repeat;
}

.indexbox_3 .pro_ys li:nth-of-type(1) .fr {
	background: none;
}

.indexbox_3 .pro_ys li:nth-of-type(2) {
	background: url(../images/ys2_1.png) no-repeat;
}

.indexbox_3 .pro_ys li:nth-of-type(2) .fr {
	background: none;
}

.indexbox_3 .pro_ys li:nth-of-type(3) {
	background: url(../images/ys3_1.png) no-repeat;
}

.indexbox_3 .pro_ys li:nth-of-type(3) .fl {
	background: none;
}

.indexbox_3 .pro_ys li:nth-of-type(4) {
	background: url(../images/ys4_1.png) no-repeat;
}

.indexbox_3 .pro_ys li:nth-of-type(4) .fl {
	background: none;
}

.indexbox_3 .pro_ys li .text {
	display: none;
}

.indexbox_3 .pro_nav {
	background: #1B2936;
}

.indexbox_3 ul {
    /* height: 620px; */
    /* overflow: hidden; */
}

.indexbox_3 h2 {
	text-align: center;
	margin: 30px 0 40px;
	color: #333;
	font-size: 20px;
	font-weight: normal;
}

.indexbox_3 h2 a {
	border-bottom: 2px solid #ED610C;
	line-height: 30px;
	margin: 40px 0;
	padding-bottom: 10px;
	color: #333;
	font-weight: bold;
	font-size: 30px;
}

.indexbox_4b {
	background: #eee;
	padding: 90px 0;
	color: #333;
}

.indexbox_4b .inner {
	background: #fff;
	height: 570px;
	overflow: hidden;
}

.indexbox_4b .pic {
	float: left;
	width: 1200px;
	overflow: hidden;
}

.indexbox_4 {
	background: url(/0760/picture/ys2_1.png) no-repeat center;
	background-size: cover;
	color: #333;
}

.casebox {
	margin: 60px 0;
}

.indexbox_4 .inner {
   /* background: #fff;*/
	height: auto;
	overflow: hidden;
}

.indexbox_4 .pic {
	float: left;
	width: 390px;
	overflow: hidden;
}

.indexbox_4 .about {
	float: right;
	width: 740px;
}

.indexbox_4 .casebox {
	background: #fff;
	padding: 20px 0;
}

.indexbox_4 .about {
	background: none;
	padding-right: 0;
	padding-top: 10px;
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 0;
	margin-right: 35px;
}

.about ul {
	border-top: 1px dotted #B7C5D2;
	padding-top: 30px;
	margin-top: 30px;
}

.indexbox_4 .about li {
	float: left;
	width: 25%;
	text-align: center;
	line-height: 60px;
	margin: 10px 0;
	font-size: 16px;
	color: #666;
}

.indexbox_4 .about li img {
	float: left;
}

.indexbox_4 h2 {
    /* text-align: center; */
	margin: 20px 0;
	color: #ED610C;
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
}

.indexbox_4 h2 a {
	border-left: 6px solid #ED610C;
	line-height: 30px;
	height: 30px;
	padding-left: 15px;
	margin: 40px 0;
	padding-bottom: 10px;
	color: #333;
	font-weight: bold;
	font-size: 30px;
}

.indexbox_4 .img {
    /* background: url(../images/index_4_img.jpg) no-repeat; */
	height: 193px;
	padding: 20px;
}

.indexbox_4 .pic img {
	display: block;
	-webkit-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
}

.indexbox_4 .pic img:hover {
	-webkit-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
 	/* IE 9 */
	-moz-transform: scale(1.1);
 	/* Firefox */
	-webkit-transform: scale(1.1);
 /* Safari 和 Chrome */
}

.indexbox_4 .about img {
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.indexbox_4 .about img:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
 	/* IE 9 */
	-moz-transform: scale(1.1);
 	/* Firefox */
	-webkit-transform: scale(1.1);
 /* Safari 和 Chrome */
}

.indexbox_4 .img li {
	float: left;
	text-align: center;
	list-style: none;
	margin: 0 6px;
}

.picScroll {
	margin: 10px auto;
	position: relative;
/* border:1px solid #eee; */
	width: 1170px;
	padding: 10px 0 50px 30px;
/* background:#fff; */
	overflow: hidden;
	height: 105px;
}

.picScroll .prev, .picScroll .next {
	display: block;
	position: absolute;
	top: 56px;
	left: 5px;
	width: 23px;
	height: 23px;
	background: url(../images/btns_1.png) no-repeat;
}

.picScroll .next {
	left: auto;
	right: 5px;
	background-position: -25px 0;
}

.picScroll .prev:hover {
	background-position: 0 -30px;
}

.picScroll .next:hover {
	background-position: -25px -30px;
}

.picScroll ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll ul li {
	width: 170px;
	float: left;
	overflow: hidden;
	padding: 0px 10px;
}

.picScroll ul h1 {
	text-align: center;
}

.picScroll ul li img {
	width: 175px;
	height: 105px;
	display: block;
/* background:url(../images/loading_1.gif) center center no-repeat; */
}

.picScroll2 {
	margin: 10px auto;
	position: relative;
/* border:1px solid #eee; */
	width: 400px;
	padding: 25px 0 0px 30px;
	background: #fff;
	overflow: hidden;
	height: 260px;
}

.picScroll2 .prev, .picScroll2 .next {
	display: block;
	position: absolute;
	top: 126px;
	left: 5px;
	width: 23px;
	height: 23px;
	background: url(../images/btns_1.png) no-repeat;
}

.picScroll2 .next {
	left: auto;
	right: 5px;
	background-position: -25px 0;
}

.picScroll2 .prev:hover {
	background-position: 0 -30px;
}

.picScroll2 .next:hover {
	background-position: -25px -30px;
}

.picScroll2 ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll2 ul li {
	width: 350px;
	float: left;
	overflow: hidden;
	padding: 0px 10px;
}

.picScroll2 ul h1 {
	text-align: center;
	border: 0;
	display: none;
}

.picScroll2 ul li img {
	width: 350px;
	height: 227px;
	display: block;
/* background:url(../images/loading_1.gif) center center no-repeat; */
}

.picScroll3 {
	margin: 0px auto;
	position: relative;
/* border:1px solid #eee; */
	width: 370px;
	padding: 0px;
	background: #fff;
	overflow: hidden;
	height: 230px;
}

.picScroll3 .prev, .picScroll3 .next {
	display: block;
	position: absolute;
	top: 126px;
	left: 5px;
	width: 23px;
	height: 23px;
	background: url(../images/btns_1.png) no-repeat;
}

.picScroll3 .next {
	left: auto;
	right: 5px;
	background-position: -25px 0;
}

.picScroll3 .prev:hover {
	background-position: 0 -30px;
}

.picScroll3 .next:hover {
	background-position: -25px -30px;
}

.picScroll3 ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll3 ul li {
/* width: 235px; */
	float: left;
	overflow: hidden;
	padding: 0px 10px;
	margin-bottom: 20px;
}

.picScroll3 ul h1 {
	text-align: center;
	border: 0;
	display: none;
}

.picScroll3 ul li img {
	width: 220px;
/* height:170px; */
	display: block;
/* background:url(../images/loading_1.gif) center center no-repeat; */
}







/* 通用图片列表_普通式 */ 

.picList li {
	width: 126px;
}

.picList .pic {
	text-align: center;
	line-height: 0px;
}

.picList .pic img {
	width: 120px;
	height: 90px;
	padding: 2px;
	border: 1px solid #ccc;
}

.picList .pic a:hover img {
	border-color: #f00;
}

.picList .title {
	line-height: 24px;
} 

 

/* 多个上滚动 - 公用类 */ 

.topLoop {
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}

.topLoop .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
}

.topLoop .hd .prev,.topLoop .hd .next {
	display: block;
	width: 9px;
	height: 10px;
	line-height: 10px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/icoup.gif") center no-repeat;
}

.topLoop .hd .next {
	background: url("../images/icodown.gif") center no-repeat;
}

.topLoop .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}

.topLoop .hd ul li {
	position: relative;
	_display: inline;
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: #ccc;
	margin-right: 10px;
	text-indent: -999px;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../images/pie.htc);
}

.topLoop .hd ul li.on {
	background: #f00;
}

.topLoop .bd {
	padding: 10px;
}

.topLoop .bd ul {
	overflow: hidden;
	zoom: 1;
}

.indexbox_5 {
	padding: 70px 0 85px;
	background: #fff;
}

.indexbox_5 ul {
	border: 1px solid #eee;
	padding: 10px 15px;
	background: #fff;
	margin: 0;
}

.indexbox_5 .time {
	display: none;
}

.indexbox_5 .r h1 {
    /* color: #fff; */
    /* border-bottom: 1px solid #fff; */
}

.indexbox_5 .l {
	padding-left: 0;
	width: 375px;
	padding: 0;
	margin-right: 20px;
	padding-left: 0;
	background: url(../images/news_1_1.jpg) no-repeat left 0px;
	border-radius: 5px;
}

.indexbox_5 .timg {
	position: absolute;
	left: 15px;
	top: 1px;
    /* background: #fff; */
    /* border-radius: 100px; */
    /* max-width: 100%; */
    /* border: 2px solid #ED610C; */
    /* padding: 10px; */
    /* width: 40px; */
}

.indexbox_5 li {
	line-height: 20px;
	/* background: url(../images/dt-0_1.gif) no-repeat left 4px;
	padding-left: 15px; */
}

.indexbox_5 li p {
	color: #333;
	font-size: 12px;
}

.indexbox_5 .l li:nth-of-type(1) .time {
	display: block;
}

.indexbox_5 .l li:nth-of-type(1) {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	background: none;
	padding-left: 0;
	padding-top: 3px;
}

.indexbox_5 .l .news li {
	list-style: none;
	float: left;
	margin: 0px;
	background: url(../images/newsli_1.jpg) no-repeat left center;
	text-indent: 15px;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	line-height: 33px;
}

.indexbox_5 .m li:nth-of-type(1) .time {
	display: block;
}

.indexbox_5 li:nth-of-type(1) h2 {
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

.indexbox_5 .m li:nth-of-type(1) {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	background: none;
	padding-left: 0;
	padding-top: 3px;
}

.indexbox_5 .m .news li {
	list-style: none;
	float: left;
	margin: 0px;
	background: url(../images/newsli_1.jpg) no-repeat left center;
	text-indent: 15px;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	line-height: 33px;
}

.indexbox_5 .r li:nth-of-type(1) .time {
	display: block;
}

.indexbox_5 .r li:nth-of-type(1) {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	background: none;
	padding-left: 0;
	padding-top: 3px;
}

.indexbox_5 .r .news li {
	list-style: none;
	float: left;
	margin: 0px;
	background: url(../images/newsli_1.jpg) no-repeat left center;
	text-indent: 15px;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	line-height: 33px;
}

.indexbox_5 .l .news .time {
	float: right;
}

.indexbox_5 .tit a {
	font-size: 20px;
	margin-bottom: 20px;
	background: #CD4D30;
	color: #fff;
	height: 55px;
	line-height: 50px;
	width: 200px;
	display: block;
	font-size: 30px;
	margin: 0 auto;
    /* border-radius: 5px; */
	font-weight: bold;
}

.indexbox_5 .tit {
	text-align: center;
    /* margin-top: -66px; */
	margin-bottom: 40px;
}

.indexbox_5 .topnews {
    /* background: #000; */
	height: 130px;
}

.indexbox_5 .topnews p {
	font-size: 12px;
}

.indexbox_5 .topnews img {
	float: left;
	width: 143px;
	height: 143px;
	padding: 10px;
	margin-right: 20px;
}

.indexbox_5 .tit li {
	float: left;
	padding: 0 40px;
	line-height: 40px;
	list-style: none;
	background: url(../images/index_5_tit.jpg) no-repeat;
}

.indexbox_5 .r {
	width: 375px;
	padding: 0 20px;
	padding-left: 0px;
	background: url(../images/news_3_1.jpg) no-repeat left 0px;
}

.indexbox_5 .feedback_table img {
	top: -13px;
	position: relative;
}

.indexbox_5 .r textarea {
	width: 172px;
	height: 89px;
	border-radius: 0;
	background: #fff;
	border-color: #fff;
	margin-right: 5px;
}

.indexbox_5 .m {
	width: 375px;
	float: left;
	padding-left: 0;
	margin: 0 10px;
	background: url(../images/news_2_1.jpg) no-repeat left 0px;
    /* overflow: hidden; */
}

.indexbox_5 h4 {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
	color: #666;
}

.indexbox_5 td.text {
	width: 50px;
	color: #fff;
}

td.input .info {
    /* display: none; */
	color: #fff;
	padding: 0;
}

.indexbox_5 td.input input {
	width: 160px;
	background: none;
	text-shadow: none;
	border: 0;
	color: #333;
	border: 1px solid #fff;
	padding: 7px 10px;
	border-radius: 0;
	background: #fff;
}

.tv {
	background: url(../images/tv.png) no-repeat center center;
	height: 250px;
}

.tv .l {
	background: #830B17;
	width: 358px;
	height: 230px;
	overflow: hidden;
	padding: 10px;
}

.aboutus {
	margin-top: 0;
	background: url(../images/bg_about.jpg) no-repeat center bottom;
	font-size: 14px;
	padding-bottom: 50px;
}

.aboutus .more {
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin: 15px 0;
}

.aboutus .more a {
	display: block;
	background: url(../images/li2_1.jpg) no-repeat center center;
	text-indent: 20px;
	color: #999;
	height: 26px;
	line-height: 28px;
	text-decoration: none;
}

.case {
	float: right;
	width: 290px;
	margin-top: 10px;
	overflow: hidden;
}

.style-1 h3.title span {
	float: left;
	background: url(../images/dt-5_1.gif) repeat-x;
	height: 32px;
	line-height: 32px;
	padding: 0px 25px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}

.style-1 h3.title  a.more {
	float: right;
	width: 39px;
	height: 11px;
	line-height: 1000px;
	overflow: hidden;
	background: url(../images/more_1.gif);
	margin: 10px 10px 0px 0px;
}

.style-1 .active {
	padding: 0;
}

.style-2 h3.title {
	background: url(../images/dt-6_1.gif) repeat-x;
	height: 33px;
	line-height: 33px;
	padding-left: 15px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	position: relative;
}

.style-2 h3.title a.more {
	position: absolute;
	right: 10px;
	top: 0px;
	color: #fff;
	font-size: 12px;
}

.style-2 .active {
	background: #fff;
	padding: 20px 10px;
	border: 1px solid #eee;
	border-top: 0;
}

.style-2 dl.ind {
	clear: both;
	zoom: 1
}

.style-2 dl.ind dt {
	float: left;
	display: inline;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px 10px 0px;
	zoom: 1
}

.style-2 dl.ind dt a {
	margin-left: 5px;
}

.style-2 dl.ind dd {
	float: right;
	display: inline;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
}

.style-2 dl.ind dd h4 {
	margin-left: 10px;
}

.style-2 dl.ind dd p.desc {
	margin-left: 10px;
	font-style: italic;
	color: #666;
}

.index-news {
	float: left;
	width: 330px;
	margin-right: 15px;
	margin-top: 15px;
}

.listel li {
	margin: 0px 5px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-left: 5px;
	background: none;
}

.listel li a {
	margin-right: 5px;
	zoom: 1;
}

.listel li span {
	float: right;
	color: #666;
}

.listel .time {
	margin-left: 20px;
}

.index-conts {
	float: right;
	width: 290px;
	margin-top: 15px;
}

.index-product {
	padding-top: 15px;
	*margin-top: 15px;
	*padding-top: 0px;
}

.index-product .profld {
	margin: 0px;
	position: relative;
	overflow: hidden;
}

.index-product h3 span {
	float: left;
}

.index-product ol {
	position: absolute;
	width: 2012em;
}

.index-product ol li {
	float: left;
	text-align: center;
}

.index-product ol li a.img {
	display: block;
	text-align: center;
	font-size: 0px;
}

.index-product ol li a.img img {
	margin: auto;
	border: 1px solid #d6d6d6;
}

.index-product ol li h3 {
	font-weight: normal;
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.index-product .flip {
	height: 20px;
	overflow: hidden;
	margin: 7px 15px 0px;
	float: left;
}

* html .index-product .flip {
	width: 300px;
}

*+html .index-product .flip {
	width: 300px;
}

.index-product .next,.index-product .prev {
	width: 18px;
	height: 18px;
	overflow: hidden;
	display: block;
	float: left;
	background: url(../images/neu_1.gif) no-repeat;
}

.index-product .next {
	background-position: -17px 0px;
}

.index-product .next:hover {
	background-position: -57px 0px;
}

.index-product .prev {
	background-position: -40px 0px;
}

.index-product .prev:hover {
	background-position: 0px 0px;
}

#trigger {
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	position: relative;
	bottom: 8px;
	*bottom: 0px;
	*top: 5px;
	zoom: 1;
}

#trigger a {
	background: url(../images/neu_1.gif) no-repeat -78px -10px;
	width: 8px;
	height: 8px;
	font-size: 0px;
	display: inline-block;
	overflow: hidden;
	margin-right: 5px;
}

#trigger a.current {
	background-position: -78px 0px;
}

#tabs-nav {
	float: left;
	text-align: center;
	margin-left: 15px;
}

#tabs-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	*top: 12px;
}

#tabs-nav li a {
	width: 8px;
	height: 8px;
	display: block;
	overflow: hidden;
	background: #9df0f5;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

#tabs-nav li a:hover {
	background: #fff;
}

#tabs-nav li a.flex-active {
	background: #fff;
	cursor: default;
}

.index-links {
	background: #fff;
	padding: 5px 15px 10px;
	margin-top: 15px;
	position: relative;
}

.index-links h3 {
	height: 32px;
	line-height: 32px;
	padding-left: 20px;
	background: url(../images/dt-2_1.gif) no-repeat left center;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.index-links h3 a.more {
	position: absolute;
	right: 10px;
	top: 0px;
	color: #666;
	font-size: 12px;
}

.index-links ul {
	margin: 0px;
	padding: 0px;
}

.index-links .img {
	margin-bottom: 3px;
}

.index-links .img li {
	list-style: none;
	display: inline;
	padding-right: 5px;
}

.index-links .img img {
	width: 88px;
	height: 31px;
}

.index-links .txt {
	zoom: 1;
}

.index-links .txt li {
	list-style: none;
	float: left;
	width: 88px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	overflow: hidden;
}



/*底部*/

footer {
	background: #22303C;
	padding: 0px 0;
    /* text-align: center; */
    /* border-top: 4px solid #fff; */
	overflow: hidden;
	min-width: 1015px;
	COLOR: #fff;
	margin-top: 20px;
}

footer .footnav {
	padding: 30px 0;
}

footer .footnav li a {
	color: #999;
}

footer .fl {
	float: left;
	width: 1000px;
}

footer .fr {
	float: right;
	width: 159px;
	border-left: 1px solid #293B4A;
	padding-left: 40px;
	text-align: left;
}

footer h4 {
	text-align: left;
	margin-bottom: 15px;
	font-size: 16px;
}

footer .footnav .fl ul {
	float: left;
	width: 16%;
}

footer .inner {
    /* background: url(../images/bg_footernav.png) no-repeat center top; */
}

footer .inner .l {
	float: left;
	width: 265px;
	margin-top: -1px;
}

footer .inner .r {
	float: right;
	margin-top: 0px;
	width: 910px;
}

.foot-nav {
	text-align: center;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 18px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	margin-top: 25px;
}

.foot-nav a {
	color: #eee;
}

.foot-nav a:hover {
}

.foot-nav a:visited {
}

.foot-nav span {
	font-size: 12px;
	margin: 0px 29px;
	color: #eee;
}

.foot-text {
	text-align: left;
	margin-top: 10px;
	line-height: 4;
/* background: #0B151E; */
	color: #999;
}

.foot-text div {
	max-width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #293B4A;
	color: #666;
}



/*内页侧栏*/

.sidebar {
	margin: -127px auto 30px;
	background: #fff;
	position: relative;
	z-index: 100;
	padding: 20px;
	width: 1160px;
}

.subbox {
	background: url(../images/subbg_1.png) repeat-x;
	position: relative;
	z-index: 1;
}

#showimg {
	padding: 0 0 0 0px;
}

.sidebar h2 {
	font-size: 16px;
	margin-top: 25px;
	padding-left: 0;
	margin-bottom: 5px;
}

#imglist li a.img img {
	border: 1px solid #ccc;
}

.sidebar .sb_nav {
	float: left;
	width: 300px;
/* background: #F0F0F0; */
	border-radius: 5px 5px 0 0;
	margin-top: 0;
	position: relative;
	z-index: 100;
}

.sidebar .sb_nav img {
    /* display: block; */
}

.sidebar .sb_nav img {
}

.sidebar .sb_nav img {
}

.sidebar .sb_nav img {
    /* display: block; */
}

.sidebar .sb_nav h3.title {
	text-align: center;
	background: #ED600B;
	padding: 0px 15px;
	height: 50px;
/* border: 1px solid #00479C; */
	line-height: 50px;
	border-bottom: 0;
	font-size: 20px;
	border-radius: 0;
	color: #fff;
}

.sidebar .sb_nav h3.line {
	margin-top: 15px;
	border: 1px solid #00479C;
	border-bottom: 0;
}

.sidebar .sb_nav .active {
	padding: 0;
	border: 0;
	background: #f9f9f9;
	border-radius: 0;
	margin-bottom: 0;
}

.clfd {
	text-align: center;
	margin-top: -2px;
	margin-bottom: 0px;
}

.sidebar .sb_nav .celan {
	border-radius: 0;
	padding: 15px;
    /* border: 1px solid #eee; */
	margin-top: 0;
}

.sidebar .sb_nav .celan img {
	max-width: 100%;
	border: 1px solid #ddd;
}

.sidebar .sb_nav .celan h2 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

.sidebar .sb_nav .celan .tit {
	text-align\: c;
}

.sidebar .sb_nav h4 {
	padding-left: 15px;
	background: url(../images/h.jpg) no-repeat center top;
	padding-top: 40px;
	margin-top: 0px;
}

.sidebar .sb_nav .editor {
	padding: 15px;
/* border: 1px solid #00479C; */
	color: #F4EDB0;
	font-size: 12px;
}

#sidebar dl {
	margin-left: 0;
	background: none;
	font-size: 14px;
	border-bottom: 2px solid #fff;
	margin-top: 0;
}

#sidebar dl:hover {
	background: none;
}

#sidebar dl dt {
	padding: 10px 0px 10px 50px;
	font-weight: bold;
	font-size: 15px;
	margin-top: 0;
	background: url(../images/subnavli_1.png) no-repeat 27px center;
	border-radius: 0;
}

#sidebar dl dt a {
	display: block;
	color: #333;
}

#sidebar dl .on {
	color: #FF9F00;
}

#sidebar dl dd {
	padding: 0px 0px 0px 0px;
}

#sidebar dl .sub {
	background: none;
	text-indent: 20px;
	font-size: 14px;
	margin-top: 0;
	margin-left: 43px;
	margin-bottom: 20px;
}

#sidebar dl .sub a {
	color: #333;
}

#sidebar dl dd h4 {
	font-weight: normal;
/* border-top: 1px solid #E6F6E9; */
	padding: 0px 0px 0px 15px;
	background: url(../images/dt-0_1.gif) no-repeat 18px center;
}

#sidebar dl dt.on a {
	font-weight: bold;
	color: #ED600B;
}

#sidebar dl h4.on a {
	font-weight: bold;
	color: #ED600B;
}

.sidebar .sb_box {
	float: right;
	width: 840px;
/* background:#fff; */
	overflow: hidden;
/* border: 1px solid #999; */
}

#searchlist .search_title a {
	color: #fff;
}

#searchlist .search_updatetime {
	color: #fff;
}

#searchlist .search_title em {
	color: #fff;
}

#imglist {
	padding: 20px 0px 0 0px;
}

.met_hits {
	border: 0;
}

.editor {
}

#showtext {
	padding: 10px 10px 0 10px;
}

.sidebar .sb_box h3.title {
	border-bottom: 0;
	background: #f8f8f8;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 0px dotted #ccc;
}

.sidebar .sb_box h3.title span {
	position: absolute;
	left: 0px;
	top: -1px;
	font-size: 16px;
	border-bottom: 0;
/* padding:0px 15px; */
	display: none;
}

.sidebar .sb_box h3.title div.position {
/* float:right; */
	font-weight: bold;
/* position:relative; */
	top: 0px;
/* color: #027FBF; *//* right:15px; */
	font-size: 14px;
	padding-left: 25px;
}

.sidebar .sb_box h3.title div.position a {
	color: #666;
	font-weight: normal;
}

.sb_nav_row {
	background: url(../images/bg_sub_tit.jpg);
	height: 78px;
/* line-height: 128px; */
	font-size: 18px;
	color: #FA972F;
	position: relative;
/* text-indent: 69px; */
	padding-top: 38px;
	text-align: center;
	padding-left: 100px;
	width: 880px;
	margin: 0 auto 25px;
}

.sb_nav_row2 {
	width: 980px;
	text-align: center;
	background: #ddd;
	margin: 0 auto;
}

#showtext_row {
	width: 980px;
	margin: 0 auto;
	line-height: 32px;
	font-size: 14px;
}

.bg_sub {
/* background:url(../images/bg_sub_1.jpg) repeat-x center top; */
	padding: 0px 0 40px;
}

.bg_sub .tit {
	background: url(../images/bg_sub_tit.jpg);
	height: 116px;
	line-height: 128px;
	font-size: 18px;
	color: #FA972F;
	text-indent: 140px;
	margin-bottom: 25px;
}

.sb_nav_row li {
	display: inline-block;
	text-align: center;
	margin-top: 14px;
	font-size: 14px;
/* margin-left: 19px; */
	width: 22%;
	float: left;
}

.sb_nav_row #sidebar dl {
	margin-left: 0;
	background: none;
	margin-bottom: 0;
	border: 0;
	text-indent: 0;
	text-align: center;
	line-height: 52px;
	padding: 0 35px;
	display: inline-block;
	font-size: 14px;
}

.sb_nav_row #sidebar dl dt {
	padding: 0;
	margin-top: 0;
	text-align: center;
	background: none;
}

.sb_nav_row #sidebar dl dd {
	padding: 0px 0px 0px 15px;
}

.sb_nav_row #sidebar dl .sub {
	width: 860px;
	padding: 0;
	position: absolute;
	margin: 0 auto;
	float: left;
	padding-top: 10px;
	left: 120px;
}

.sb_nav_row #sidebar dl .sub h4 {
	float: left;
	line-height: 30px;
	padding: 0 10px;
}

.sb_nav_row #sidebar dl dd h4 {
	font-weight: normal;
	padding: 5px 0px 5px 10px;
	background: url(../images/dt-0_1.gif) no-repeat left center;
}

.sb_nav_row #sidebar dl dt a {
  /* padding: 8px 45px; */   /* display: block; */
	text-align: center;
}

.sb_nav_row #sidebar dl dt.on a {
	font-weight: bold;
	color: #005432;
	text-indent: 0;
	text-align: center;
	padding: 0;
	line-height: 53px;
	display: block;
	background: url(../images/bg_sub_nav_on_1.jpg) no-repeat center bottom;
}

.sb_nav_row #sidebar dl h4.on a {
	font-weight: bold;
	color: #005432;
}

#productlist li {
	margin-bottom: 0px;
}

#productlist li h3 {
	padding: 8px 0px 9px;
}









/*产品模块*/

#productlist {
	padding: 0px 0 10px;
}

#productlist ul {
	padding-left: 0;
}

#productlist li {
	float: left;
/* border: 1px solid #ddd; */
	display: inline;
	margin: 0px 10px 0;
	text-align: center;
}

#productlist li .cont {
	background: #ddd
}

#productlist li p {
	line-height: 29px;
}

#productlist li .p1 {
	color: #fff;
	font-size: 14px;
	margin: 0 20px;
	line-height: 2.2;
	background: #00A151;
}

#productlist li a.img {
	display: block;
	text-align: center;
	font-size: 0px;
}

#productlist li a.img img {
	margin: auto;
	border: 2px solid #CCC;
}

#productlist li h3 {
	padding: 5px 0px 10px;
	font-weight: normal;
	line-height: 1.5;
	font-size: 14px;
}

#showproduct {
	padding: 0;
	position: relative;
}

#showproduct h1.title {
	font-size: 18px;
	padding: 5px 0px;
	margin-bottom: 5px;
	text-align: right;
	float: right;
}

#showproduct .pshow dt {
/* float: none; */
	margin: 0 auto;
	text-align: center;
}

#showproduct .pshow dd {
	float: right;
}

#showproduct .pshow dd ul {
	margin-left: 15px;
	font-size: 16px;
}

#showproduct .pshow dd li {
	padding: 15px 5px 15px 55px;
	min-height: 28px;
	_height: 28px;
	margin: 5px 0px;
	clear: both;
	border-bottom: 1px dotted #5F040E;
	position: relative;
	line-height: 2;
}

#showproduct .pshow dd li span {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #666;
	padding: 15px 0;
	height: 28px;
}

#showproduct .ctitle {
	margin: 30px 0px 30px;
	padding: 0px 0px;
	background: url(../images/dt-7_1.gif) no-repeat left center;
	*background-position: left 17px;
	font-size: 16px;
	b;border-bottom: 3px solid #FF9F00;
	text-align: center;
	height: 15px;
}

#showproduct .ctitle span {
	background: #FF9F00;
	color: #fff;
	padding: 10px 20px;
}

#showproduct .editor {
	line-height: 2;
	padding: 0px 0px;
	font-size: 16px;
}

#showproduct .editor img {
    /* border: 2px solid #0093DD; */
	max-width: 845px;
}

.met_page a {
	color: #333;
	text-decoration: inherit;
}

/**搜索**/



.sercrhbox input.input-text, .sercrhbox input.input-file, .sercrhbox input.code, .sercrhbox textarea {
	width: 155px;
}

.sercrhbox ul.searchnavlist {
	padding: 15px;
}

.subbanner .sercrhbox {
	height: 50px;
	width: 980px;
	margin: 0 auto;
}

.sercrhbox {
	height: 32px;
	line-height: 32px;
	background: url(../images/bg_s_1.jpg) no-repeat center;
	margin-top: 0px;
	padding: 10px;
	margin-left: 0;
	width: 280px;
	top: 100px;
	float: right;
/* border: 1px solid #eee; */
}

.sercrhbox dt {
	float: right;
	width: 278px;
	height: 34px;
	padding-top: 0px;
	padding-right: 0px;
}

.sercrhbox form {
	background: url(../images/search.gif) no-repeat left 1px;
/* width: 351px; *//* height:25px; */
}

.sercrhbox input.text {
	width: 207px;
	padding-left: 10px;
	border: none;
	background: none;
	margin-left: 0px;
	position: relative;
	top: -5px\9;
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
}

* html .sercrhbox input.text {
	top: -3px;
}/*ie6*/

*+html .sercrhbox input.text {
	top: -3px;
}/*ie7*/

.sercrhbox input.submit {
	background: none;
	border: medium none;
	cursor: pointer;
	float: right;
	height: 32px;
	right: 0;
	top: 0;
	width: 55px;
}

.sercrhbox input::-webkit-input-placeholder {
	color: #6E92B0;
	-webkit-transition: color.5s;
}

.sercrhbox input:focus::-webkit-input-placeholder, input:hover::-webkit-input-placeholder {
	color: #004D8F;
	-webkit-transition: color.5s;
}

.hotnews {
	line-height: 40px;
	height: 40px;
/* background:#fff; */
	display: none;
}

.hotnews .more {
	float: right;
	width: 39px;
	height: 11px;
	line-height: 1000px;
	overflow: hidden;
	background: url(../images/more_1.gif);
	margin: 14px 10px 0px 0px;
}

.hotnews .title {
	background: url(../images/bg_hotnews_1.jpg) no-repeat left center;
	float: left;
	text-indent: 30px;
	font-weight: bold;
}

.hotnews .span {
}

.hotnews .list {
	float: left;
	height: 40px;
	margin-right: 35px;
	line-height: 40px;
}

.indexprolist {
	width: 993px;
	padding-left: 0px;
	margin: 0 auto;
}

.indexprolist .tips {
	text-align: center;
	color: #999;
	margin: 15px 0 25px;
}

.indexprolist .tips li {
	display: inline-block;
	list-style: none outside;
	background: url(../images/li_1.jpg) no-repeat left center;
	padding-left: 20px;
	padding-right: 35px;
	line-height: 29px;
}

.indexprolist .tips li a {
	text-decoration: underline;
}

.index .dev {
	font-size: 12px;
	text-align: left;
	width: 980px;
	margin: 0 auto;
}

.index .dev h3 span {
	background: url(../images/bg_tit_1.jpg) no-repeat left center;
	width: 160px;
	color: #03498F;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
}

.index .dev h3 {
	text-align: center;
	background: url(../images/bg_line_1.jpg) repeat-x center center;
	margin-bottom: 30px;
}

.index .dev ul {
	padding: 0;
	margin: 0;
	list-style: none outside;
}

.index .dev li {
	padding: 0;
	margin: 0;
	list-style: none outside;
	display: inline-block;
}

.index .dev dl {
	width: 290px;
}

.index .dev dt {
	padding: 0;
	margin: 0;
}

.index .dev dd {
	margin-top: -56px;
}

.index .dev dd .cont {
	background: #F7F7F7;
	padding: 10px 15px 15px;
}

.index .dev dd h4 {
	background: #000;
	color: #fff;
	font-weight: normal;
	padding: 9px 15px;
	line-height: 16px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.index .dev dd h4:hover {
	background: #F0771C;
	display: block;
}

.index .dev .mid {
	margin: 0 50px 0;
}

.index .dev dd h4 a {
	color: #fff;
}

.subcont .dev {
	font-size: 12px;
	text-align: left;
	width: 980px;
	margin: 0 auto;
}

.subcont .dev h3 span {
	background: url(../images/bg_tit_1.jpg) no-repeat left center;
	width: 160px;
	color: #03498F;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
}

.subcont .dev h3 {
	text-align: center;
	background: url(../images/bg_line_1.jpg) repeat-x center center;
	margin-bottom: 30px;
}

.subcont .dev ul {
	padding: 0;
	margin: 0;
	list-style: none outside;
}

.subcont .dev li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none outside;
	display: inline-block;
}

.subcont .dev dl {
	width: 290px;
}

.subcont .dev dt {
	padding: 0;
	margin: 0;
}

.subcont .dev dd {
	margin-top: -60px;
}

.subcont .dev dd .cont {
	background: #F7F7F7;
	padding: 10px 15px 15px;
}

.subcont .dev dd h4 {
	background: #000;
	color: #fff;
	font-weight: normal;
	padding: 9px 15px;
	line-height: 16px;
	filsubcontter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.subcont .dev dd h4:hover {
	background: #F0771C;
	display: block;
}

.subcont .dev .mid {
	margin: 0 50px 0;
}

.subcont .dev dd h4 a {
	color: #fff;
	font-size: 14px;
}

.editor a {
	text-decoration: none;
/* color: #FFE191; */
}

.indexprolist dl {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

.indexprolist dd {
	background: #F1F1F1;
	width: 233px;
	list-style: none outside;
	margin: 6px 6px;
	height: 70px;
	overflow: hidden;
	padding: 0;
	display: inline-block;
}

.indexprolist dd a {
	padding: 15px 0 15px 15px;
	display: block;
}

.indexprolist dd p {
	height: 20px;
	overflow: hidden;
	font-size: 11px;
	color: #999;
}

.indexprolist dd a:hover {
	background: #03498F;
	display: block;
	color: #fff;
}

.indexprolist dd a:hover p {
	display: block;
	color: #fff;
	-webkit-transition: color .5s linear, background-color .5s linear;
	transition: color .5s linear, background-color .5s linear;
}

#showproduct .other {
	border-top: 1px dotted #ddd;
	margin-top: 15px;
	padding-top: 25px;
	display: none;
}

#showproduct .other ul {
	margin: 0;
	padding: 0;
}

#showproduct .other li {
	display: inline-block;
	margin: 5px;
	text-align: center;
}

#showproduct .other li img {
	width: 150px;
/* border:1px solid #eee; */
	padding: 0px;
	height: auto;
	clear: both;
}

#showproduct .other li a {
	display: block;
}

.met_hits .metjiathis {
	top: 10px;
	color: #FFE191;
}

.slideTxtBox {
	text-align: center;
}

.slideTxtBox .hd {
	height: 167px;
	width: 739px;
	margin: 0 auto;
	border: 1px #d0d0d0 solid;
}

.slideTxtBox .hd ul {
	padding: 0;
}

.slideTxtBox .hd ul li {
	float: left;
	width: 184px;
	border-right: 1px #d0d0d0 solid;
	text-align: center;
	line-height: 23px;
	cursor: pointer;
	position: relative;
}

.slideTxtBox .hd ul li a {
	background: url(../images/tab_bg_1.jpg) bottom repeat-x;
	text-align: center;
	display: block;
}

.slideTxtBox .hd ul li a b {
	line-height: 30px;
}

.slideTxtBox .hd ul li img {
	border-bottom: 1px #cecece solid;
	display: block;
}

.slideTxtBox .hd ul li.last {
	padding: 0;
	border: 0;
}

.slideTxtBox .hd ul li.on a {
	background: url(../images/tab_on_1.jpg) bottom repeat-x;
	color: #fff;
}

.slideTxtBox .bd .tabs {
	padding-top: 30px;
}

.nav {
	width: 100%;
	background-color: #7EC57C;
	height: 65px;
}

.nav ul {
	width: 1200px;
	margin: auto;
}

.nav ul li {
	width: auto;
	display: block;
	line-height: 65px;
	float: left;
	text-align: center;
	position: relative;
	transition: all .3s;
}

.nav ul li a {
	display: block;
	color: #fff;
	font-size: 18px;
}

#nav ul {
	list-style: none;
}

#nav div {
	width: 100%;
	position: absolute;
	left: 0px;
	padding-bottom: 0px;
	float: left;
	height: 0;
	overflow: hidden;
	background-color: #ec771a;
	z-index: 999;
}

#nav li .a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 0px 50px;
}

#nav div a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 45px;
	display: block;
}

#nav div a:hover {
	background-color: #7EC57C;
}

.nav ul li:hover {
	background: #ec771a;
}

#nav div a {
	font-size: 16px;
}

.index_cases .tit {
	text-align: center;
	margin-bottom: 40px;
}

.index_cases .tit a {
	font-size: 20px;
	margin-bottom: 20px;
	background: #CD4D30;
	color: #fff;
	height: 55px;
	line-height: 50px;
	width: 200px;
	display: block;
	font-size: 30px;
	margin: 0 auto;
	font-weight: bold;
}

.index_cases {
	overflow: hidden;
	padding: 60px 0px;
}

.cases_list {
	overflow: hidden;
	width: 1200px;
	margin: auto;
}

.cases_list ul li {
	width: 285px;
	float: left;
	background-color: #fff;
	margin-right: 20px;
}

.cases_list ul li:last-child {
	margin-right: 0px;
}

.cases_list ul li a {
	color: #000;
	display: block;
}

.cases_list ul li .effect-8 {
	overflow: hidden;
	perspective: 800px;
	transition: 0.4s;
}

.cases_list ul li .single-member {
	background-color: #fff;
	text-align: center;
	position: relative;
}

.cases_list ul li .effect-8 h3 {
	line-height: 35px;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px #ddd solid;
}

.cases_list ul li .member-image {
	position: absolute;
	bottom: 0;
	width: 100%;
	transition: 0.4s;
	z-index: 1;
}

.cases_list ul li .effect-8 .member-image img {
	width: 100%;
	transition: 0.4s;
}

.cases_list ul li .member-image img {
	max-width: 100%;
	vertical-align: middle;
}

.cases_list ul li .effect-8 .more-info {
	height: 210px;
	transition: 0.4s;
	overflow: hidden;
	position: relative;
}

.cases_list ul li .more-info p {
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	padding: 0 30px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cases_list ul li:hover .effect-8 .member-image {
	transform: rotateX(82deg);
	transform-origin: center bottom 0;
	transition: 0.4s;
}

.cases_list ul li:hover .effect-8 {
	background-color: #7EC57C;
}

.cases_list ul li:hover .more-info p {
	color: #fff;
}

.cases_list ul li:hover .effect-8 h3 {
	color: #fff;
}

.cases_list ul li .details {
	display: block;
	width: 90px;
	line-height: 30px;
	border: 1px #fff solid;
	margin: 0px auto;
}

.cases_list ul li .details a {
	color: #fff;
	font-size: 14px;
}

#supnav .home {
	float: left;
	line-height: 65px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 0px 50px;
	font-size: 18px;
	transition: 0.4s;
}

#supnav .home:hover {
	background: #ec771a;
}

#supnav .active {
	background: #ec771a;
}

.cases_more {
	overflow: hidden;
	text-align: center;
	margin-top: 50px
}

.cases_more a {
	display: block;
	width: 120px;
	margin: auto;
	line-height: 40px;
	border: 1px #999 solid;
	color: #999;
}

.cases_more a:hover {
	background: #ec771a;
	color: #fff;
	border: 1px #ec771a solid;
}

.cpnr-box2 {
	text-align: center;
	clear: both;
}

.cpnr-box2 .pagination li {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px #cccaca solid;
	margin: 5px;
}

.cpnr-box2 .pagination .page-active {
	background: #ec771a;
	border: 1px #ec771a solid;
}

.cpnr-box2 .pagination .page-active a {
	color: #fff;
}

.image-effect-future {
	width: 1200px;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.image-effect-future .image-layer {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	overflow: hidden;
	z-index: 1;
	width: 100%;
}

.image-effect-future .share-layer p {
	font-size: 14px;
	color: #000;
	padding:18px;
	line-height: 35px;
	display: block;
	text-align: left;
}

.image-effect-future .share-layer {
	height: 370px;
	width: 900px;
	background-color: rgba(255,255,255,0.3);
	margin: auto;
	text-align: center;
	margin-top: 65px;
	border: 1px solid transparent;
	border-color: rgba(255,255,255,0.5);
}

.image-effect-future .share-button {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	padding: 12px;
	width: 85px;
	border-radius: 2px;
	margin: 0px 20px;
	text-align: center;
}

.share-via-facebook {
	background-color: #3b5998;
}

.share-via-twitter {
	background-color: #00aced;
}

.share-via-google {
	background-color: #d34836;
}

.image-layer img {
	width: 100%;
	;
}

.share-via-4 {
	background-color: #009900;
}

.share-via-5 {
	background-color: #1B2936;
}

.nav ul li:hover div {
	height: auto !important;
}

.ollp {
	float: left !important;
	position: relative;
	left: -77px;
}

.ollo {
	position: relative;
	left: 248px;
	top: -4px;
}

.olli {
	top: -35px;
	font-size: 29px;
	color: #47AC44;
	width: 240px;
	margin-top: -33px;
	position: relative;
	left: 327px;
}

.ollt {
	font-size: 22px;
	width: 330px;
	color: #47AC44;
	position: relative;
	top: -36px;
	left: 322px;
}

.loog {
	margin: 10px 0px 0px 0px;
}

.baner {
	height: 800px;
}

.baner1 {
	height: 800px;
}

.pro {
	height: 180px;
	width: 270px;
}

.swiper-wrapper {
	text-align: center;
}

.swiper-slide {
	display: inline-block;
	margin: 0px 4px;
	border: 1px #ddd solid;
}

.lins {
	top: -38px;
	position: relative;
	left: 73px;
}

.lint {
	color: #fff;
	float: left;
	padding-left: 10px;
}

.abo {
	text-align: center;
}

.abo1 {
	text-align: center;
}

.abo2 {
	text-align: left;
}

.conts {
	color: rgb(51, 51, 51);
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

.qsf {
	font-size: 20px;
}

.qsf1 {
	color: rgb(255, 0, 0);
}

.qsf2 {
	line-height: 44px;
}

.sll {
	color: rgb(0, 100, 0);
}

.sll1 {
	line-height: 44px;
}

.qsfw {
	color: rgb(51, 51, 51);
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

.qsfw1 {
	font-size: 18px;
}

.qsfw2 {
	color: rgb(255, 0, 0);
}

.qsfw3 {
	line-height: 44px;
	text-align: center;
}

.lql {
	text-align: center;
}

.lqll {
	font-size: 20px;
}
.cases_more1{
	color: #0c0c0c;
	border: 1px #246720 solid;
	line-height: 40px;
	margin: auto;
	width: 120px;
	display: block;
	margin-bottom: 30px;
}
.guanyu{
	margin-bottom: 20px;
	height: 55px;
	line-height: 50px;
	width: 180px;
	display: block;
	font-size: 30px;
	margin: 0 auto;
	font-weight: bold;
}
.xwxqs{
	float: right;
    margin-top: -30px;
}